home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8088 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: newsxfer2.itd.umich.edu!caen!newberry
  2. From: newberry@news-server.engin.umich.edu (byron lee newberry)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: PowerC
  5. Date: 1 Mar 1996 14:29:01 GMT
  6. Organization: University of Michigan Engineering, Ann Arbor
  7. Message-ID: <4h71jd$s1c@srvr1.engin.umich.edu>
  8. References: <4fu1cn$qh6@panix.com> <4gu0jf$gd9@SNFC21_SRVR_WWW.PBI.net>
  9. NNTP-Posting-Host: newberry@lanczos.engin.umich.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. mich@pbinet.com wrote:
  13. : In <4fu1cn$qh6@panix.com>, arte@panix.com (Arthur Ellen) writes:
  14. : >How can I get a copy of the PowerC compiler?
  15.  
  16. : One might well ask why you want a copy of power c when gnu c is available
  17. : at the same price and so much more powerful.
  18.  
  19. I have to disagree with this statement.  I have used GNU C on unix machines
  20. and it is great.  I have used GNU C on DOS machines and it is slow, both
  21. in compiling and execution.  This may partially be a result of only having
  22. 4 megs of memory on my system, however.  I recently purchased PowerC and
  23. it is an incredible product.  It compiles and executes quickly.
  24. It also has rather useful error messages.  I hear that the debugger is 
  25. also great and I plan to purchase it soon.
  26.  
  27. I will admit, however, that GNU C has PowerC (and TurboC, Microsoft C, etc)
  28. beat when it comes to programs that are memory intensive.  I have one 
  29. research code that contains VERY large equations (50 to 100 lines individually)
  30. and I get an error "Module too large" from PowerC (similar message for TC++).
  31. I am working on an alternative coding method to avoid this error.  The code
  32. works fine on GNU C, however, since it uses a flatfile memory extender.  I
  33. suppose it really depends on the type of coding that you are doing.  One final
  34. major difference is that PowerC nicely fits on a single 3.5" disk and 
  35. installs in less than a minute.  GNU C on the other hand is much larger,
  36. particularly if you want the full implementation (but then again the full
  37. implementation includes C++ so I guess its not an apples to apples comparison).
  38.  
  39. Well, such is my two cents.  I welcome any and all advice on overcoming
  40. the memory barrier.  Also for the original poster, I have the address and
  41. phone number of MiX Software at home (the makers of PowerC).  If you haven't
  42. already received the info, let me know and I can bring it in.
  43.  
  44. Byron Newberry
  45.  
  46.